alter table "AppointmentLog" 
add column "PatientRegistrationCharges" numeric(10,2);
